home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gcc / ixemul_bin.lha / ixemul-41.0-bin / NEWS < prev    next >
Text File  |  1995-06-13  |  2KB  |  44 lines

  1. ============
  2. VERSION 41.0
  3. ============
  4.  
  5. No significant changes since the 40.6 beta release other than the
  6. mechanism (and macros) for building debug versions has been cleaned
  7. up and the version number has been bumped to 41.0.
  8.  
  9. Did include the cat'able man pages back in the source tree, but no
  10. work has been done yet to track down the sources for the man pages
  11. and arrange for them to be properly integrated into the tree and
  12. have the cat'able versions generated from those sources.
  13.  
  14. ============
  15. VERSION 40.6
  16. ============
  17.  
  18. Many bugs have been fixed since the 40.4 release, including a serious
  19. one that was causing memory corruption and many enforcer or mungwall
  20. hits.
  21.  
  22. Network support has been reintegrated into the library, however it is
  23. still mostly untested.  In particular, many functions are only
  24. available for static linking from the libnet.a library.  By the next
  25. release, it is expected that libnet.a will be incorporated in libc.a.
  26.  
  27. Work is underway to merge the best features from at least two
  28. different strains of the ixemul library.  Many more changes are
  29. expected by the 41.0 release.
  30.  
  31. An environment variable called "IXSTACK" is now used to control the
  32. stack size of programs started by system().  If the current stack is
  33. smaller than the value in IXSTACK, the stack is raised to the value
  34. specified in IXSTACK.  So IXSTACK is a minimum value.
  35.  
  36. Automatic stack checking, with a requestor if the stack overflows, is
  37. available for executables compiled with a version of gcc that supports
  38. the -mstackcheck option.  This also requires linking with new crt0 and
  39. libc.a.
  40.  
  41. Automatic stack extension as necessary is available for executables
  42. compiled with a version of gcc that supports the -mstackextend option.
  43. This also requires linking with new crt0 and libc.a.
  44.